Intersoft ClientUI Documentation
Action Property (EventSubscription<TPayload>)



Gets the target Action that is referenced by the IDelegateReference.
Syntax
Public ReadOnly Property Action As Action(Of TPayload)
Dim instance As EventSubscription(Of TPayload)
Dim value As Action(Of TPayload)
 
value = instance.Action
public Action<TPayload> Action {get;}
public:
property Action<TPayload^>^ Action {
   Action<TPayload^>^ get();
}

Property Value

An Action or a null reference (Nothing in Visual Basic) if the referenced target is not alive.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EventSubscription<TPayload> Class
EventSubscription<TPayload> Members

Send Feedback